Comparison expressions compare two expressions to each other. These are usually used for If
statements and Loop
statements. For example, the statement Year = 2000
tests whether the value of the variable Year is 2000.
The statement Age >= 18
tests whether the variable Age is greater than or equal to 18.